home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000295_news@columbia.edu _Fri Feb 21 11:17:19 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA23455
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 21 Feb 1997 11:16:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA28672
  7.     for kermit.misc@watsun; Fri, 21 Feb 1997 11:16:42 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!uunet!in2.uu.net!130.13.16.4!news.advtech.uswest.com!aeon.ecte.uswc.uswest.com!usenet
  9. From: Duane Christensen <dlchri2@mas-co1.uswc.uswest.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with dialing on a USRobotics (long)
  12. Date: Fri, 21 Feb 1997 09:54:21 -0600
  13. Organization: PDS
  14. Lines: 54
  15. Message-ID: <330DC52D.6B9@mas-co1.uswc.uswest.com>
  16. NNTP-Posting-Host: oisdev05.ecte.uswc.uswest.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.01Gold (X11; I; HP-UX A.09.05 9000/712)
  21. CC: fdc@watsun.cc.columbia.edu, dlchri2@mnet.uswest.uswc.com
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:6634
  23.  
  24. : I am running: C-Kermit 6.0.192, 6 Sep 96, for HP-UX 9.0
  25. : with a US Robotics Courier V.Everything(TM) modem and the 
  26. : modem set to usrobotics on a HP-UX 9000/891 A.09.04 (T500)
  27. : machine.
  28. :
  29. : After a soft reboot of the machine the modem fails to 
  30. : recognize the Hangup-command string of ATQ0HO, and then
  31. : fails to recognize the Init-string.
  32.  
  33. I have found from various hints and experimenting that my
  34. script will work if I have the following somewhere towards
  35. the top:
  36.  
  37.   ! stty crts < /dev/tty0p1
  38.  
  39. I have tried the 'set flow-control' command in C-kermit to
  40. accomplish the same thing, but it does not appear to work.  
  41.  
  42. I also been told the following by Graham Jolley via Frank
  43. da Cruz:
  44.  
  45.   I'm having problems getting a multi-platform TTY application to
  46.   work on an HP-UX 10.20 box in the same way as on Solaris 2.x, 
  47.   AIX and HP-UX 9.07.  Any advice would be appreciated :
  48.  
  49.   ....
  50.  
  51.   2) When I use cfsetispeed() to set an input speed both 9.07 and
  52.      10.20 appear to set some high order bits in the c_cflags 
  53.      termios variable (that is at the other end to where the 
  54.      CBAUD bits are located). Of couse I also call cfsetospeed()
  55.      to select the same output speed. The problem is that only
  56.      HP-UX 9.07 correctly sets these same high-order bits when
  57.      I request the new settings to check everything was set as
  58.      requested. My code complains that my request didn't succeed
  59.      (because the new c_cflag doesn't exactly match the value
  60.      requested by tcsetattr()). OK I could just remove the test
  61.      but I thought that tcsetattr() is just required to do its
  62.      best, and an application should check all requested changes
  63.      have been performed. As I previosly stated HP-UX 9.07 DOES
  64.      correctly set these undocumented bits.
  65.  
  66. I took this to mean that there is a problem with HP-UX and setting
  67. communication parameters. 
  68.  
  69. The system administrator and I went through a problems/resolutions
  70. database in this area and saw nothing directly relating to my
  71. problem.
  72.  
  73. I would like to take this time to also thank Frank da Cruz for the
  74. help that he gave me, and in general the help he provides in this
  75. newsgroup.
  76.  
  77. - Duane Christensen